home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / 3_puck_shuck.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  164 b   |  9 lines

  1. on(release){
  2.    if(popup._currentframe == 1)
  3.    {
  4.       overlay.gotoAndStop("help");
  5.       overlay.showoverlay();
  6.       overlay.help.gotoAndPlay(1);
  7.    }
  8. }
  9.